PATH![]() |
![]() ![]() |
Obtains a file system specification structure for the file that is associated with a window.
pascal OSStatus GetWindowProxyFSSpec (
WindowPtr window,
FSSpec *outFile);
You can use the GetWindowProxyFSSpec function to obtain identifying information about a proxy file: its volume reference number, directory ID, and file name. See Supporting Window Proxy Icons for examples of how your application can provide proxy icon support in its document windows.
The function SetWindowProxyFSSpec .